ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientUpdatedLayout Property

In This Topic
    OnClientUpdatedLayout Property (FlexGridBase<T>)
    In This Topic
    Occurs after the grid has updated its internal layout.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientUpdatedLayout As String
    public virtual string OnClientUpdatedLayout {get; set;}
    See Also